| coplotByGroup {GCDkit} | R Documentation |
Plots a series of binary plots, for each of the groups separately.
coplotByGroup(xaxis = "",yaxis = "",show.leg = "")
xaxis |
Name of the data column to be used as x axis. |
yaxis |
Name of the data column to be used as y axis. |
show.leg |
Logical: are the levels of the conditioning variable
(' |
For examination of large datasets split into user-defined subsets serves in R
function coplot.
It produces a set of binary diagrams with the data filtered out according to the
values of the third (conditioning) variable. In case of the function
'coplotByGroup' it is done by groups.
If no parameters 'xlab', 'ylab' and 'show.leg' are given, the user
is prompted to specify them.
The variables to be plotted are selected using the function
'selectColumnLabel.
See manual entry for 'coplot' for further details.
None.
Please note that no formulae can be handled at this stage.
This function IS NOT Figaro-compatible.
Vojtěch Janoušek, vojtech.janousek@geology.cz & Vojtěch Erban, erban@sopky.cz
'coplot'
sampleDataset("blatna")
groupsByLabel("Suite")
coplotByGroup("SiO2","Na2O",show.leg=TRUE)